home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Speccy' 97
/
Die Speccy' 97.iso
/
amiga_system
/
the_aminet
/
util
/
cli
/
gengui21.lha
/
Gengui2.1
/
Examples
/
jumpwin.gui
< prev
next >
Wrap
Text File
|
1995-10-12
|
1KB
|
92 lines
#c_source
#include "backfillhook.h"
struct Hook chess={{0,0},HookFunc,0,COLOR(2,0)};
struct Hook clear={{0,0},HookFunc,0,COLOR(0,0)};
#define WIN0 0
#define WIN1 1
#define OK 2
#define CANCEL 3
#define FORGET 4
#end_source
ProjectName JumpGui
VBox
backfill &chess
xspace 4
yspace 4
vbox
backfill &clear
frame recessed
vbox
vchar 1
end
String
Flags PLACETEXT_ABOVE
MinHChar 27
Text "Gadget that keeps contents:"
ID 100
end
Text
Tags GTTX_Text,(ULONG)"Jump to:"
ID 101
end
hbox
button
vrel 1
Text "Window 1"
ID WIN0
end
button
vrel 1
Text "Window 2"
id WIN1
end
end
end
hbox
stdline 1
button
text "OK"
ID OK
end
button
text "Clear"
Id FORGET
end
button
text "Cancel"
ID CANCEL
end
end
end